crossnote
    Preparing search index...

    Interface NoteConfig

    interface NoteConfig {
        aliases?: string[];
        createdAt: Date;
        favorited?: boolean;
        icon?: string;
        modifiedAt: Date;
        pinned?: boolean;
    }
    Index

    Properties

    aliases?: string[]
    createdAt: Date
    favorited?: boolean
    icon?: string
    modifiedAt: Date
    pinned?: boolean