Type alias CopyResponse

CopyResponse: {
    accountId: Id;
    created: Record<Id, any> | null;
    fromAccountId: Id;
    newState: string;
    notCreated: Record<Id, SetError> | null;
    oldState: string | null;
}

Type declaration

  • accountId: Id
  • created: Record<Id, any> | null
  • fromAccountId: Id
  • newState: string
  • notCreated: Record<Id, SetError> | null
  • oldState: string | null