Join us online - October 21st
Save your spot

Type Alias ApiError

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

Properties

Properties

message: string
type: string

Was this helpful?