Interface SrcErrorType

interface SrcErrorType {
    error: Error;
    key: string;
}

Properties

Properties

error: Error
key: string