summaryrefslogtreecommitdiffstats
path: root/src/webapp/src/lib/models/ICreateEntryRequest.ts
blob: 542ac62bc0478f8a7b55b17fc6289ce8ea0a81ff (plain) (blame)
1
2
3
4
5
export interface ICreateEntryRequest {
    url: string;
    tags: string;
    description: string;
}