Type Alias FioLoggerValidationContext

FioLoggerValidationContext: {
    errors?: ErrObj[];
    name: string;
}