Closed stevedylandev closed 2 months ago
The property group_id can also be null
group_id
export type FileListItem = { id: string; name: string | null; cid: "pending" | string; size: number; number_of_files: number; mime_type: string; group_id: string | null; created_at: string; };
Resolved with PR #28
The property
group_id
can also be null