mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-29 15:11:14 +00:00
feat: Create tasks on Gibwork
This commit is contained in:
@@ -85,3 +85,9 @@ export interface PythFetchPriceResponse {
|
||||
message?: string;
|
||||
code?: string;
|
||||
}
|
||||
|
||||
export interface GibworkCreateTaskReponse {
|
||||
status: "success" | "error";
|
||||
taskId?: string | undefined;
|
||||
signature?: string | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user