@refinio/one.models
    Preparing search index...

    Config for the RelationRoleModel missing issuers meen we do not validate the issuer of the certificate

    type RelationRoleConfig = {
        issuerPersonKey?: "person1" | "person2";
        issuers?: default[];
        rolePersonKey?: "person1" | "person2";
    }
    Index

    Properties

    issuerPersonKey?: "person1" | "person2"
    issuers?: default[]
    rolePersonKey?: "person1" | "person2"