Skip to content

Body

ts
type Body = {
[key: string]: unknown;
};

Index Signature

ts
[key: string]: unknown