BlackboardEntry: {
    key: string;
    value: unknown;
}

Type declaration

  • key: string

    The key of the entry.

  • value: unknown

    The value of the entry, can be of any base type.

Generated using TypeDoc