Const streamPost
streamPost: { [_refBrand]: true; value: null | ({ readonly id: number; readonly broadcast_type: "live_stream"; readonly type: "formal" | "rehearsal" | "one_to_one_formal"; readonly title: string; readonly content: string | null; ... 30 more ...; readonly archive: { ...; } | ... 2 more ... | null; }) } = ...
Type declaration
Readonly [_refBrand]: true
Readonly value: null | ({ readonly id: number; readonly broadcast_type: "live_stream"; readonly type: "formal" | "rehearsal" | "one_to_one_formal"; readonly title: string; readonly content: string | null; ... 30 more ...; readonly archive: { ...; } | ... 2 more ... | null; })