@zimtsui/brainswitch
    Preparing search index...

    Type Alias Snapshot<fdu>

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

    Type Parameters