Type alias ProfileOwnershipCondition

ProfileOwnershipCondition: {
    profileId: ProfileId;
    type: PROFILE_OWNERSHIP;
}

Type declaration