Type Alias GetInstructionsResponse

GetInstructionsResponse: BricklinkApiSuccessResponse<MatchesSubResponse<{
    instructions: instruction[];
}>>