feat: add grid map (#44557)
* feat: add map grid * fix: lint/prettier/ts Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> Co-authored-by: Shaun Hamilton <shauhami020@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -129,6 +129,20 @@ export interface VideoLocaleIds {
|
||||
portuguese?: string;
|
||||
}
|
||||
|
||||
export type ChallengeWithCompletedNode = {
|
||||
block: string;
|
||||
challengeType: number;
|
||||
dashedName: string;
|
||||
fields: {
|
||||
slug: string;
|
||||
};
|
||||
id: string;
|
||||
isCompleted: boolean;
|
||||
order: number;
|
||||
superBlock: SuperBlocks;
|
||||
title: string;
|
||||
};
|
||||
|
||||
export type ChallengeNode = {
|
||||
challenge: {
|
||||
block: string;
|
||||
|
Reference in New Issue
Block a user