/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Shell user model */ export type PatchShellUserModelDTO = { /** * List of PublicKeys IDs to be assigned to the shell user */ publicKeys: Array; };