Type alias CreateUserArg

CreateUserArg: {
    createUserBody: CreateUserBody;
}

Type declaration