CategoriesSelect Type — supabase Architecture
Architecture documentation for the CategoriesSelect type/interface in payload-types.ts from the supabase codebase.
Entity Profile
Source Code
apps/cms/src/payload-types.ts lines 1231–1244
export interface CategoriesSelect<T extends boolean = true> {
name?: T;
parent?: T;
breadcrumbs?:
| T
| {
doc?: T;
url?: T;
label?: T;
id?: T;
};
updatedAt?: T;
createdAt?: T;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free