export type Ownership = {
    /**
     * The percent of ownership shares held by the person expressed in percent mille (1/100000). Only persons with the relationship `owner` can have ownership.
     *
     */
    share: number;
};
//# sourceMappingURL=ownership.d.cts.map