@deep/nest-kit
    Preparing search index...

    Interface GetUserByOptions

    interface GetUserByOptions {
        alias?: string;
        email?: string;
        id?: string;
        phoneNumber?: string;
        type?: UserType;
    }
    Index

    Properties

    alias?: string
    email?: string
    id?: string
    phoneNumber?: string
    type?: UserType