StoryNode: {
can_react: boolean;
can_reply: boolean;
created_at: string;
duration: number;
expires_at: string;
id: string;
options?: string[];
progress: number;
question?: string;
seen: boolean;
src: string;
type: string;
view_count: number | null;
voted?: boolean;
voted_index?: number;
}
Type Declaration
can_react: boolean
can_reply: boolean
created_at: string
duration: number
expires_at: string
id: string
Optionaloptions?: string[]
progress: number
Optionalquestion?: string
seen: boolean
src: string
type: string
view_count: number | null
Optionalvoted?: boolean
Optionalvoted_index?: number