@slack/web-api / BlocksValidateArguments
Type Alias: BlocksValidateArguments
type BlocksValidateArguments = OptionalArgument<{
blocks?: (KnownBlock | Block)[];
message?: {
attachments?: MessageAttachment[];
blocks?: (KnownBlock | Block)[];
};
view?: View;
}>;
Defined in: packages/web-api/src/types/request/blocks.ts:6