Member Junction
    Preparing search index...

    The narrow slice of an MJ: Authorizations metadata row the holds-authorization check reads. AuthorizationInfo (from @memberjunction/core) is structurally assignable.

    interface AuthorizationRecordLike {
        ID: string;
        IsActive: boolean;
        Name: string;
    }
    Index

    Properties

    Properties

    ID: string
    IsActive: boolean
    Name: string