interface NewDeveloperKey {
    links: {
        organisations: string;
    };
    name: string;
    privilege: {
        roleId: number;
    };
    type: "ROLE";
}

Hierarchy (view full)

Properties

links: {
    organisations: string;
}
name: string
privilege: {
    roleId: number;
}
type: "ROLE"