Product
Defined in: types/product.ts:5
A product record available to the current team.
Mirrors the iOS GRDBProduct Swift model’s toJSON() output.
Properties
Section titled “Properties”id: number;Defined in: types/product.ts:6
team_id
Section titled “team_id”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
Section titled “external_id”external_id: string;Defined in: types/product.ts:10
status
Section titled “status”status: string;Defined in: types/product.ts:11
is_active
Section titled “is_active”is_active: boolean;Defined in: types/product.ts:12
is_external
Section titled “is_external”is_external: boolean;Defined in: types/product.ts:13
is_editable
Section titled “is_editable”is_editable: boolean;Defined in: types/product.ts:14
created_at
Section titled “created_at”created_at: string;Defined in: types/product.ts:15
updated_at
Section titled “updated_at”updated_at: string;Defined in: types/product.ts:16
presentation_ids
Section titled “presentation_ids”presentation_ids: number[];Defined in: types/product.ts:18
IDs of presentations associated with this product.