interface ContractApplication {
    id: string;
    name: string;
    resources: Record<string, unknown>;
    status: number;
}

Properties

Properties

id: string
name: string
resources: Record<string, unknown>
status: number