AuthorsSelect Type — supabase Architecture
Architecture documentation for the AuthorsSelect type/interface in payload-types.ts from the supabase codebase.
Entity Profile
Source Code
apps/cms/src/payload-types.ts lines 1216–1226
export interface AuthorsSelect<T extends boolean = true> {
author?: T;
author_id?: T;
username?: T;
position?: T;
company?: T;
author_url?: T;
author_image_url?: 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