Interface Example

interface Example {
    content: string;
    role: Role;
}

Properties

Properties

content: string
role: Role

Generated using TypeDoc