foundation-comms.serverrow
Home > @genesislcap/foundation-comms > ServerRow
ServerRow type
Server Row definition.
Signature:
export type ServerRow = {
DETAILS: {
OPERATION: 'INSERT' | 'MODIFY' | 'DELETE';
ROW_REF: string;
};
[key: string]: any;
};