astro-ghostcms/.pnpm-store/v3/files/c0/61253825beaddbbf33a59b7d6c8...

7 lines
100 B
Plaintext

interface Message {
command: string;
success?: boolean;
args?: any;
result?: any;
}