E621
    Preparing search index...

    Interface CreateWikiPageOptions

    interface CreateWikiPageOptions {
        body: string;
        edit_reason?: string;
        is_deleted?: boolean;
        is_locked?: boolean;
        parent?: string;
        skip_secondary_validations?: boolean;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string
    edit_reason?: string
    is_deleted?: boolean
    is_locked?: boolean
    parent?: string
    skip_secondary_validations?: boolean
    title: string