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
  • Optionalcreate?: Record<Id, any> | null
  • OptionaldestroyFromIfInState?: string | null
  • fromAccountId: Id
  • OptionalifFromInState?: string | null

    state from /get response. If null use current state

  • OptionalifInState?: string | null

    state from /get response. If null use current state

  • OptionalonSuccessDestroyOriginal?: boolean

    default: false