RawFormData: Partial<
    Record<string, string | string[] | IHttpFile | IHttpFile[]>,
>

Represents the raw, unparsed FormData content from a request body.

Each text form field maps to either a single string or an Array<string> when the field name appears multiple times. File upload fields map to an IHttpFile instance.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"