mbus-backend
    Preparing search index...

    Variable emptyFormatConst

    emptyFormat: {
        params: StringlyZodObject;
        query: StringlyZodObject;
        reqBody: z.ZodType;
        resBody: z.ZodType;
    } = ...

    Meant to be used along with the spread operator to fill out format fields that aren't cared about.

    Type Declaration