sej
    Preparing search index...

    Type Alias ConfigStorage

    type ConfigStorage = {
        autosave: boolean;
        language: string;
        selected: string | null;
        "settings/history": boolean;
    }
    Index

    Properties

    autosave: boolean
    language: string
    selected: string | null
    "settings/history": boolean