pl-api
    Preparing search index...

    Variable groupRelationshipSchemaConst

    groupRelationshipSchema: ObjectSchema<
        {
            id: StringSchema<undefined>;
            member: SchemaWithFallback<BooleanSchema<undefined>, false>;
            requested: SchemaWithFallback<BooleanSchema<undefined>, false>;
            role: SchemaWithFallback<EnumSchema<typeof GroupRoles, undefined>, USER>;
        },
        undefined,
    > = ...