Type Alias ApiError

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

Properties

Properties

message: string
type: string

Was this helpful?