@oneblink/sdk-core
    Preparing search index...

    Interface NewSubmissionDataKey

    interface NewSubmissionDataKey {
        links: { organisations: string };
        name: string;
        privilege: Record<string, unknown>;
        type: "SUBMISSION_DATA";
    }

    Hierarchy (View Summary)

    Index

    Properties

    links: { organisations: string }
    name: string
    privilege: Record<string, unknown>
    type: "SUBMISSION_DATA"