@edgible-team/sdk
    Preparing search index...

    Interface CreateCurationCaseRequest

    Create-case payload (POST /catalog/cases) — admin.

    interface CreateCurationCaseRequest {
        draftRef?: string;
        summary: string;
        templateName: string;
    }
    Index

    Properties

    draftRef?: string
    summary: string
    templateName: string