Interface Declaration

Hierarchy

  • Declaration

Properties

expectBody?: {
    [key: string]: {
        required: boolean;
        type: AllowAnyTypeInformation;
    };
}

Type declaration

  • [key: string]: {
        required: boolean;
        type: AllowAnyTypeInformation;
    }
    • required: boolean
    • type: AllowAnyTypeInformation
expectParams?: {
    [key: string]: {
        required: boolean;
        type: AllowAnyTypeInformation;
    };
}

Type declaration

  • [key: string]: {
        required: boolean;
        type: AllowAnyTypeInformation;
    }
    • required: boolean
    • type: AllowAnyTypeInformation
expectQuery?: {
    [key: string]: {
        required: boolean;
        type: AllowAnyTypeInformation;
    };
}

Type declaration

  • [key: string]: {
        required: boolean;
        type: AllowAnyTypeInformation;
    }
    • required: boolean
    • type: AllowAnyTypeInformation
name: string
returnBody: AllowAnyTypeInformation

Generated using TypeDoc