interface GetDeveloperAccountRequest {
    expand?: "transactionIntents"[];
    id: string;
}

Properties

Properties

expand?: "transactionIntents"[]
id: string