···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···33export type Field =
44 | {
55 in: Exclude<Slot, 'body'>;
66+ /**
77+ * Field name. This is the name we want the user to see and use.
88+ */
69 key: string;
1010+ /**
1111+ * Field mapped name. This is the name we want to use in the request.
1212+ * If omitted, we use the same value as `key`.
1313+ */
714 map?: string;
815 }
916 | {
1017 in: Extract<Slot, 'body'>;
1818+ /**
1919+ * Key isn't required for bodies.
2020+ */
1121 key?: string;
1222 map?: string;
1323 };
···9595 * @default 'sdk'
9696 */
9797 output?: string;
9898+ /** @deprecated - this is an experimental feature, do not use */
9999+ params_EXPERIMENTAL?: 'default' | 'experiment';
98100 /**
99101 * **This feature works only with the Fetch client**
100102 *
···268270 * @default 'sdk'
269271 */
270272 output: string;
273273+ /** @deprecated - this is an experimental feature, do not use */
274274+ params_EXPERIMENTAL: 'default' | 'experiment';
271275 /**
272276 * **This feature works only with the Fetch client**
273277 *