/** * Shell user model */ export type PatchShellUserModelDTO = { /** * List of PublicKeys IDs to be assigned to the shell user */ publicKeys: Array; };