interface AnthropicMetadata {
    user_id?: null | string;
}

Properties

Properties

user_id?: null | string