@tryforge/forgescript
    Preparing search index...

    Type Alias States

    States: {
        [K in keyof IStates]?: {
            new?: IStates[K] | null;
            old?: IStates[K] | null;
        }
    }