MCPcopy Create free account
hub / github.com/PIKACHUIM/CFWorkerACME / Order

Interface Order

frontend/src/api/types.ts:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66/** 订单(解析后) */
67export interface Order extends Omit<OrderRaw, 'main' | 'list' | 'data'> {
68 main: CertSubject;
69 list: DomainItem[];
70 data?: any;
71}
72
73/** 订单操作 */
74export type OrderAction =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected