SessionDataSchema: Struct<
    {
        _tag: Literal<["session"]>;
        after: optional<typeof String$>;
        before: optional<typeof String$>;
        key: typeof String$;
    },
> = ...