Interface IUserCheck

    interface IUserCheck {
        id: string;
        isvalidated: boolean;
    }

    Properties

    Properties

    id: string
    isvalidated: boolean

    Generated using TypeDoc and TypeDoc Airthium Plugin