Interface ProgramIdAction

interface ProgramIdAction {
    programId: string;
    type: "PROGRAM_ID";
}

Properties

Properties

programId: string
type: "PROGRAM_ID"