Blame view

lib/model/custom-store-data.d.ts 132 Bytes
75f29219   Anan Sangthongtum   first commit
1
2
3
4
5
export declare class CustomStoreData {
    data: any[];
    totalCount: number;
    constructor(data: any[], totalCount: number);
}