Interface CreateProvisionalStorageResponse

interface CreateProvisionalStorageResponse {
    storage: { id: string; kid: string };
}

Properties

Properties

storage: { id: string; kid: string }