Type alias CopyRequest

CopyRequest: {
    accountId: Id;
    create?: Record<Id, any> | null;
    destroyFromIfInState?: string | null;
    fromAccountId: Id;
    ifFromInState?: string | null;
    ifInState?: string | null;
    onSuccessDestroyOriginal?: boolean;
}

Type declaration

  • accountId: Id
  • Optional create?: Record<Id, any> | null
  • Optional destroyFromIfInState?: string | null
  • fromAccountId: Id
  • Optional ifFromInState?: string | null
  • Optional ifInState?: string | null
  • Optional onSuccessDestroyOriginal?: boolean