Type Alias GetAllFoldersResponse

GetAllFoldersResponse: ApiResponse<{
    createdAt: number;
    id: string;
    modifiedAt: number;
    name: string;
    parentId: null | string;
}[]>