Interface GetCommunity

interface GetCommunity {
    id?: number;
    name?: string;
}

Properties

Properties

id?: number
name?: string