Type Alias ErrorSource

type ErrorSource = {
    parameter?: string;
    pointer?: string;
}
Index

Properties

Properties

parameter?: string
pointer?: string