interface ICreateServiceAccountPayload<U> {
    serviceAccount: U;
}

Type Parameters

  • U

Properties

Properties

serviceAccount: U