Interface ICheckBody

    interface ICheckBody {
        email: string;
        type: string;
    }

    Properties

    Properties

    email: string
    type: string

    Generated using TypeDoc and TypeDoc Airthium Plugin