interface Clause {
    body: string;
    id: string;
}

Properties

Properties

body: string
id: string