Visit our stand 2 - 5 MAR 2026
Save your spot

Type Alias ApiError

type ApiError = {
    message: string;
    type: string;
}
Index

Properties

Properties

message: string
type: string

Was this helpful?

Upload JS
Reference
ApiError