@refinio/one.models
    Preparing search index...
    CertificateRoleConfig: {
        filterSharedWith?: (personId: SHA256IdHash<Person>) => boolean;
        propagateRolePersonCertificatesToOthers?: boolean;
        propagateRolePersonInstancesToOthers?: boolean;
        roleGroupName?: string;
        trusted?: boolean | ((personId: SHA256IdHash<Person>) => boolean);
    } & RoleConfig

    The config for the CertificateRoleModel.