import { NumericTimestamp } from '@battis/descriptive-types';
export type Payload = {
    _?: NumericTimestamp;
};
