Variable SERDE_ERRORSConst

SERDE_ERRORS: {
    Base: typeof SerdeError;
    Deserialization: typeof DeserializationSerdeError;
    Serialization: typeof SerializationSerdeError;
} = ...

IMPORT_PATH: "@daiso-tech/core/serde/contracts"