node_test
    Preparing search index...

    Interface UserResponseDto

    interface UserResponseDto {
        _id: string;
        createdAt: string;
        email: string;
    }
    Index

    Properties

    Properties

    _id: string
    createdAt: string
    email: string