interface StorageSource {
    identityId?: string;
    key: string;
    level?: "guest" | "private" | "protected";
}

Properties

identityId?: string
key: string
level?: "guest" | "private" | "protected"