@graphty/graphty-element / config / SafeParseResult
Type Alias: SafeParseResult<T>
SafeParseResult<
T> = {data:T;success:true; } | {error:z.ZodError;success:false; }
Defined in: src/config/OptionsSchema.ts:137
Result type for safe parsing
Type Parameters
T
T