E621
    Preparing search index...

    Interface CreatePostSetOptions

    interface CreatePostSetOptions {
        description?: string;
        is_public?: boolean;
        name: string;
        ransfer_on_delete?: boolean;
        shortname: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    is_public?: boolean
    name: string
    ransfer_on_delete?: boolean
    shortname: string