OptionalSubaccountOwner<T>: Omit<T, "subaccountOwner"> & {
    subaccountOwner?: string;
}

Type Parameters

  • T