E621
    Preparing search index...

    Interface PostFormatOptions

    The shape of a v2/mode default - bounds the defaultPostFormat Options and every generic method/model that resolves its return type from it.

    interface PostFormatOptions {
        mode?: PostV2Mode;
        v2?: boolean;
    }
    Index
    mode?: PostV2Mode
    v2?: boolean