Brand
Defined in: types/brand.ts:5
A brand associated with a team’s presentations.
Mirrors the iOS GRDBBrand Swift model’s toJSON() output.
Properties
Section titled “Properties”id: number;Defined in: types/brand.ts:6
team_id
Section titled “team_id”team_id: number;Defined in: types/brand.ts:7
name: string;Defined in: types/brand.ts:8
slug: string;Defined in: types/brand.ts:10
URL-safe identifier for the brand.
status
Section titled “status”status: string;Defined in: types/brand.ts:11
is_active
Section titled “is_active”is_active: boolean;Defined in: types/brand.ts:12
is_inactive
Section titled “is_inactive”is_inactive: boolean;Defined in: types/brand.ts:13