interface ICoreSypgr {
    _id?: string;
    sypgr_grid_code: string;
    sypgr_title?: string;
    sypgr_isactive?: boolean;
}
export { ICoreSypgr };
