Briyah SDK - v2.0.6
    Preparing search index...

    Interface StoryIdea

    interface StoryIdea {
        idea: string;
        name: string;
        otherCharactersDesc?: string;
        userCharacterDesc?: string;
    }
    Index
    idea: string
    name: string
    otherCharactersDesc?: string
    userCharacterDesc?: string