@ascentbv/ts-common - v1.0.221
    Preparing search index...

    Interface Previous<T, P>

    interface Previous<T, P> {
        schema: VersionedSchema<P, any>;
        upgrader: (previous: P) => T;
    }

    Type Parameters

    • T
    • P
    Index

    Properties

    Properties

    schema: VersionedSchema<P, any>
    upgrader: (previous: P) => T