@wxn0brp/gate-warden
    Preparing search index...

    Interface User<A>

    interface User<A = any> {
        _id: string;
        attrib: A;
        roles: string[];
    }

    Type Parameters

    • A = any
    Index

    Properties

    Properties

    _id: string
    attrib: A
    roles: string[]