UNPKG

hector-rubic-sdk

Version:
5 lines (4 loc) 84 B
export declare type ConditionalResult<T> = { notSave: boolean; value: T; };