MCPcopy Create free account
hub / github.com/MockyAbstract/Mocky / StatusOption

Interface StatusOption

client/src/components/SelectHttpStatusCode/models.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { GroupedOptionsType } from 'react-select';
2
3export interface StatusOption {
4 value: string;
5 label: string;
6 highlight?: boolean;
7}
8
9type StatusGroupedOptions = GroupedOptionsType<StatusOption>;
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected