export type Owner = {
    id: string;
    disPlayName?: string;
};
//# sourceMappingURL=owner.d.ts.map