mirror of
https://github.com/34892002/edgeKey.git
synced 2026-05-31 14:29:29 +08:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export interface DeliveryResult {
|
|
success: boolean;
|
|
items: string[];
|
|
}
|