fix: strip internal types from external declaration
This commit is contained in:
committed by
Justin Starry
parent
69a4059da0
commit
44e3445a4d
@@ -546,6 +546,7 @@ export type SystemInstructionType =
|
||||
|
||||
/**
|
||||
* An enumeration of valid system InstructionType's
|
||||
* @internal
|
||||
*/
|
||||
export const SYSTEM_INSTRUCTION_LAYOUTS: {
|
||||
[type in SystemInstructionType]: InstructionType;
|
||||
|
||||
Reference in New Issue
Block a user