interface ISummary {
    total: string;
    username: string;
}

Properties

Properties

total: string
username: string