/** * _Owner shape */ export interface _Owner { /** * _DisplayName shape */ DisplayName?: string; /** * _ID shape */ ID?: string; } export declare type _UnmarshalledOwner = _Owner;