UNPKG

ajsfw

Version:
9 lines (8 loc) 191 B
export interface IErrorPageContent { label: string; errorCode: string; errorLabel?: string; errorMessage?: string; errorTrace?: string; userAction?: string; }