Type Alias GetFoldersResponse

GetFoldersResponse: ApiResponse<{
    id: string;
    name: string;
}[]>