Interface NotFoundResponseSchema

Export

NotFoundResponseSchema

interface NotFoundResponseSchema {
    message: string;
}

Properties

Properties

message: string

Memberof

NotFoundResponseSchema

Generated using TypeDoc