Skip to content

Brand

Defined in: types/brand.ts:5

A brand associated with a team’s presentations. Mirrors the iOS GRDBBrand Swift model’s toJSON() output.

id: number;

Defined in: types/brand.ts:6


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: string;

Defined in: types/brand.ts:11


is_active: boolean;

Defined in: types/brand.ts:12


is_inactive: boolean;

Defined in: types/brand.ts:13