export interface UndefinedError { type: 'UndefinedError' } export const theUndefinedError: UndefinedError = { type: 'UndefinedError' }