Type Alias JsonBodyInputWithValue

JsonBodyInputWithValue: {
    headerField?: boolean;
    key: string;
    label: string;
    type: string;
    value: string | number | boolean;
}

Type declaration

  • OptionalheaderField?: boolean
  • key: string
  • label: string
  • type: string
  • value: string | number | boolean
MMNEPVFCICPMFPCPTTAAATR