tachyon-drive
    Preparing search index...

    Interface IHydrateOptions

    Interface for options to use when hydrating data.

    v0.0.8

    interface IHydrateOptions {
        deserializationThrowsError?: boolean;
        validationThrowsError?: boolean;
    }
    Index

    Properties

    deserializationThrowsError?: boolean
    validationThrowsError?: boolean