Type Alias GetEncryptionKeyprovidersHttpError

type GetEncryptionKeyprovidersHttpError = {
    data: StandardError;
    headers: Headers;
    status: 400 | 417;
}
Index

Properties

Properties

headers: Headers
status: 400 | 417