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

    Interface CurationCase

    A curation case record (POST/GET /catalog/cases).

    interface CurationCase {
        caseId: string;
        createdAt: string;
        createdBy?: string;
        decidedAt?: string;
        decidedBy?: string;
        draftRef?: string;
        note?: string;
        status: CurationCaseStatus;
        summary: string;
        templateName: string;
    }
    Index

    Properties

    caseId: string
    createdAt: string
    createdBy?: string
    decidedAt?: string
    decidedBy?: string
    draftRef?: string

    Ref (branch/PR/commit) to the drafted template, when any.

    note?: string
    summary: string

    Short human summary of what the case proposes.

    templateName: string