mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-03 20:50:08 +01:00
Format Code
Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
2ea3b0dd8d
commit
c4b1f06177
7 changed files with 80 additions and 63 deletions
10
src/types.d.ts
vendored
Normal file
10
src/types.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
export interface PasteIndexEntry {
|
||||
title?: string;
|
||||
mime_type?: string;
|
||||
last_modified: number;
|
||||
size: number;
|
||||
password?: string;
|
||||
editable?: boolean; // Default: False (unsupported)
|
||||
read_count_remain?: number;
|
||||
type?: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue