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

Hierarchy (view full)

Properties

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