UNPKG

@hitc/netsuite-types

Version:
9 lines (6 loc) 210 B
import type {ClientCurrentRecord} from './record'; interface GetCurrentRecordFunction { (): ClientCurrentRecord; promise(): Promise<ClientCurrentRecord>; } export const get: GetCurrentRecordFunction;