gluon
    Preparing search index...

    Variable TEST_ROLESConst

    TEST_ROLES: {
        GENERIC_ADMIN_ROLE: (client: Client) => Role;
        GENERIC_ADMIN_ROLE_2: (client: Client) => Role;
        GENERIC_ROLE: (client: Client) => Role;
        GENERIC_ROLE_2: (client: Client) => Role;
    } = ...

    Type declaration

    • GENERIC_ADMIN_ROLE: (client: Client) => Role
    • GENERIC_ADMIN_ROLE_2: (client: Client) => Role
    • GENERIC_ROLE: (client: Client) => Role
    • GENERIC_ROLE_2: (client: Client) => Role