remove useless files
This commit is contained in:
parent
7e118257cd
commit
4d4daaa1aa
@ -1,11 +0,0 @@
|
||||
export type Privilege = {
|
||||
serviceKey: string;
|
||||
name: string;
|
||||
description: string;
|
||||
type: string;
|
||||
price: number;
|
||||
}
|
||||
export interface State {
|
||||
privileges: { [key: string]: Privilege } | {},
|
||||
tariffsUpdate: (element:Privilege) => void
|
||||
}
|
Loading…
Reference in New Issue
Block a user