export type Owner = {
    /// 存储桶持有者的完整 ID
    id: string;

    /// 存储桶持有者的名字
    disPlayName?: string;
}
