urembo-hub-api
    Preparing search index...
    interface PasswordResetRequest {
        email: string;
        expiresAt: Date;
        otp: string;
    }
    Index

    Properties

    Properties

    email: string
    expiresAt: Date
    otp: string