foundation-utils.serverrowdto
Home > @genesislcap/foundation-utils > ServerRowDTO
ServerRowDTO type
The data for a server row DTO.
Signature:
export type ServerRowDTO = {
DETAILS: {
OPERATION: UppercaseOperation;
ROW_REF: string;
};
};