anvil/striker-ui/types/CommonUpsInputGroup.d.ts

9 lines
181 B
TypeScript
Raw Normal View History

type CommonUpsInputGroupOptionalProps = {
previous?: {
upsIPAddress?: string;
upsName?: string;
};
};
type CommonUpsInputGroupProps = CommonUpsInputGroupOptionalProps;