Viktorani API - v0.0.8
    Preparing search index...

    Interface Note

    A freeform markdown note for the GameMaster's use (e.g. round intros, hints).

    interface Note {
        content: string;
        createdAt: number;
        id: string;
        name: string;
        updatedAt: number;
    }
    Index

    Properties

    content: string
    createdAt: number
    id: string
    name: string
    updatedAt: number