CustomersSelect Type — supabase Architecture
Architecture documentation for the CustomersSelect type/interface in payload-types.ts from the supabase codebase.
Entity Profile
Source Code
apps/cms/src/payload-types.ts lines 1249–1289
export interface CustomersSelect<T extends boolean = true> {
name?: T;
title?: T;
slug?: T;
slugLock?: T;
content?: T;
description?: T;
about?: T;
company_url?: T;
stats?:
| T
| {
stat?: T;
label?: T;
id?: T;
};
misc?:
| T
| {
label?: T;
text?: T;
id?: T;
};
industry?: T;
company_size?: T;
region?: T;
supabase_products?: T;
meta?:
| T
| {
title?: T;
image?: T;
description?: T;
};
publishedAt?: T;
logo?: T;
logo_inverse?: T;
updatedAt?: T;
createdAt?: T;
_status?: T;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free