cyoa-core
    Preparing search index...

    Interface Story

    interface Story {
        id: string;
        initialVariables?: Record<string, unknown>;
        nodes: Record<string, StoryNode>;
        startNodeId: string;
        title: string;
    }
    Index
    id: string
    initialVariables?: Record<string, unknown>
    nodes: Record<string, StoryNode>
    startNodeId: string
    title: string