@zimtsui/brainswitch
    Preparing search index...

    Type Alias Snapshot<fdu>

    Snapshot:
        | {
            type: "RoleMessage.Part.Text";
            value: RoleMessage.Part.Text.Snapshot;
        }
        | {
            type: "Function.Response";
            value: Function.Response.Snapshot.Distributive<fdu>;
        }

    Type Parameters