ASF - v1.0.0
    Preparing search index...

    Type Alias UserStory

    type UserStory = {
        id: number;
        who: string;
        why: string;
        what: string;
        level: LevelWithTranslation;
    }
    Index

    Properties

    Properties

    id: number
    who: string
    why: string
    what: string