Skip to content

Product

Defined in: types/product.ts:5

A product record available to the current team. Mirrors the iOS GRDBProduct Swift model’s toJSON() output.

id: number;

Defined in: types/product.ts:6


team_id: number;

Defined in: types/product.ts:7


name: string;

Defined in: types/product.ts:8


slug: string;

Defined in: types/product.ts:9


external_id: string;

Defined in: types/product.ts:10


status: string;

Defined in: types/product.ts:11


is_active: boolean;

Defined in: types/product.ts:12


is_external: boolean;

Defined in: types/product.ts:13


is_editable: boolean;

Defined in: types/product.ts:14


created_at: string;

Defined in: types/product.ts:15


updated_at: string;

Defined in: types/product.ts:16


presentation_ids: number[];

Defined in: types/product.ts:18

IDs of presentations associated with this product.