Type Alias PatchAuthSettingsHttpError

type PatchAuthSettingsHttpError = {
    data: authSettings.Errors;
    headers: Headers;
    status: 400 | 401 | 403 | 404 | 429 | 500;
}
Index

Properties

Properties

headers: Headers
status: 400 | 401 | 403 | 404 | 429 | 500