Current section
Files
Jump to
Current section
Files
include/mochi@sdl_ast_DirectiveDef.hrl
-record(directive_def, {
name :: binary(),
description :: gleam@option:option(binary()),
locations :: list(mochi@sdl_ast:directive_location()),
arguments :: list(mochi@sdl_ast:argument_def()),
repeatable :: boolean()
}).